ShowGroupPanel<T>(FlexGridBuilder<T>,String) Method
In This Topic
Apply the default FlexGridGroupPanel extender in FlexGrid.
Syntax
'Declaration
Public Overloads Shared Function ShowGroupPanel(Of )( _
ByVal As FlexGridBuilder(Of T), _
Optional ByVal As String _
) As FlexGridBuilder(Of T)
public static FlexGridBuilder<T> ShowGroupPanel<>(
FlexGridBuilder<T> ,
string
)
Parameters
- gridBuilder
- the specified flexgrid builder.
- selector
- The specified selector for the FlexGridGroupPanel's host element.
Type Parameters
- T
See Also